home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Divers / OrbiterMods / Orbiter_Intro.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  2002-10-02  |  92b  |  8 lines

  1. on(rollOut){
  2.    tellTarget("PlayIntro")
  3.    {
  4.       nextFrame();
  5.       play();
  6.    }
  7. }
  8.